home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETRAST.IN_ / netrast.inf
Encoding:
INI File  |  1999-11-06  |  4.5 KB  |  136 lines

  1. ; NETRAST.INX -- RAS Transports
  2. ;
  3. ; Copyright (c) 1993-1999, Microsoft Corporation
  4.  
  5. [Version]
  6. Signature   = "$Windows NT$"
  7. Class       = NetTrans
  8. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  9. Provider    = %Msft%
  10. LayoutFile  = layout.inf
  11. DriverVer=11/06/1999,5.00.2175.1
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect = MS_L2TP,MS_NdisWan,MS_PPTP,MS_Wanarp
  15.  
  16. [Manufacturer]
  17. %Msft% = Msft
  18.  
  19. [Msft]
  20. %L2tp-DispName%             = Ndi-L2tpProtocol,     "MS_L2TP"
  21. %NdisWan-DispName%          = Ndi-NdisWan,          "MS_NdisWan"
  22. %Pptp-DispName%             = Ndi-PptpProtocol,     "MS_PPTP"
  23. %Wanarp-DispName%           = Ndi-Wanarp,           "MS_Wanarp"
  24.  
  25. [Ndi-L2tpProtocol]
  26. Characteristics = 0x38    ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  27. AddReg          = Ndi-Reg-L2tp
  28.  
  29. [Ndi-NdisWan]
  30. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  31. AddReg          = Ndi-Reg-NdisWan, Reg-Install-NdisWan
  32.  
  33. [Ndi-PptpProtocol]
  34. Characteristics = 0x38    ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  35. AddReg          = Ndi-Reg-Pptp
  36.  
  37. [Ndi-Wanarp]
  38. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  39. AddReg          = Ndi-Reg-Wanarp
  40.  
  41. [Ndi-Reg-L2tp]
  42. HKR, Ndi,            ClsID,         0,          "{6e65cbc6-926d-11d0-8e27-00c04fc99dcf}"
  43. HKR, Ndi,            HelpText,      0,          %L2tp-HelpText%
  44. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  45. HKR, Ndi\Interfaces, LowerRange,    0,          "nolower"
  46.  
  47. [Ndi-Reg-NdisWan]
  48. HKR, Ndi,            ClsID,         0,          "{6e65cbc3-926d-11d0-8e27-00c04fc99dcf}"
  49. HKR, Ndi,            Service,       0,          "NdisWan"
  50. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  51. HKR, Ndi\Interfaces, LowerRange,    0,          "ndisatm,ndiscowan,ndiswan,ndiswanasync"
  52.  
  53. [Ndi-Reg-Pptp]
  54. HKR, Ndi,            ClsID,         0,          "{6e65cbc4-926d-11d0-8e27-00c04fc99dcf}"
  55. HKR, Ndi,            HelpText,      0,          %Pptp-HelpText%
  56. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  57. HKR, Ndi\Interfaces, LowerRange,    0,          "nolower"
  58.  
  59. [Ndi-Reg-Wanarp]
  60. HKR, Ndi,            Service,       0,          "Wanarp"
  61. HKR, Ndi,            CoServices,    0x00010000, "Wanarp"
  62. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  63. HKR, Ndi\Interfaces, LowerRange,    0,          "nolower"
  64.  
  65. [Reg-Install-NdisWan]
  66. HKLM, Software\Microsoft\Ras\CurrentVersion,, 0x10    ;FLG_ADDREG_KEYONLY
  67. HKR, Parameters,     QoSPriorityThreshold, 0x10001, 0 ;REG_DWORD
  68. HKR, Parameters,     QoSFragmentSize,0x10001,       0 ;REG_DWORD
  69.  
  70. [Ndi-NdisWan.Remove]
  71. DelReg      = Reg-Remove-NdisWan
  72.  
  73. [Reg-Remove-NdisWan]
  74. HKLM, Software\Microsoft\Ras
  75.  
  76. [Ndi-NdisWan.Services]
  77. AddService = NdisTapi,      0, Svc-NdisTapi
  78. AddService = NdisWan,       0, Svc-NdisWan,      Evt-Rasmsg
  79.  
  80. [Ndi-NdisWan.Remove.Services]
  81. DelService = NdisWan
  82. DelService = NdisTapi
  83.  
  84. [Svc-NdisTapi]
  85. DisplayName     = %Svc-NdisTapi-DispName%
  86. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  87. StartType       = 3 ;SERVICE_DEMAND_START
  88. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  89. ServiceBinary   = %12%\ndistapi.sys
  90. AddReg          = Reg-NdisTapi
  91. Description     = %Svc-NdisTapi-DispName%
  92.  
  93. [Reg-NdisTapi]
  94. HKR, Parameters, AsyncEventQueueSize, 0x00010003, 0x300
  95.  
  96. [Svc-NdisWan]
  97. DisplayName     = %Svc-NdisWan-DispName%
  98. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  99. StartType       = 3 ;SERVICE_DEMAND_START
  100. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  101. ServiceBinary   = %12%\ndiswan.sys
  102. AddReg          = Reg-NdisWan
  103. Description     = %Svc-NdisWan-DispName%
  104.  
  105. [Reg-NdisWan]
  106. HKR, Parameters,, 0x10  ;FLG_ADDREG_KEYONLY
  107.  
  108. [Evt-Rasmsg]
  109. AddReg = Evt-Rasmsg-AddReg
  110.  
  111. [Evt-Rasmsg-AddReg]
  112. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  113. HKR,, TypesSupported,   0x00010001, 0x0000001f
  114.  
  115. [Evt-Netevent]
  116. AddReg = Evt-Netevent-AddReg
  117.  
  118. [Evt-Netevent-AddReg]
  119. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  120. HKR,, TypesSupported,   0x00010001, 0x00000007
  121.  
  122.  
  123. [Strings]
  124. Msft = "Microsoft"
  125.  
  126. L2tp-DispName               = "Layer 2 Tunneling Protocol"
  127. L2tp-HelpText               = "Allows you to securely connect to a private network using the Internet."
  128. NdisWan-DispName            = "Remote Access NDIS WAN Driver"
  129. Pptp-DispName               = "Point to Point Tunneling Protocol"
  130. Pptp-HelpText               = "Allows you to securely connect to a private network using the Internet."
  131. Wanarp-DispName             = "Remote Access IP ARP Driver"
  132.  
  133. Svc-NdisTapi-DispName       = "Remote Access NDIS TAPI Driver"
  134. Svc-NdisWan-DispName        = "Remote Access NDIS WAN Driver"
  135.  
  136.